robertl [Wed, 18 Jul 2007 17:10:16 +0000 (17:10 +0000)]
Don't write last field if current field isn't valid in XCSV output.
oliskoli [Mon, 16 Jul 2007 19:05:25 +0000 (19:05 +0000)]
Add field PATH_SPEED_KNOTS to xcsv.
oliskoli [Sun, 15 Jul 2007 17:09:09 +0000 (17:09 +0000)]
Add fields PATH_SPEED_KPH and PATH_SPEED_MPH to xcsv.
robertl [Sun, 15 Jul 2007 14:24:50 +0000 (14:24 +0000)]
Tweak working on unicsv.xml a bit.
robertl [Sun, 15 Jul 2007 05:51:48 +0000 (05:51 +0000)]
Eliminate 'not used' warning on 'lap_read_as_track'.
oliskoli [Sat, 14 Jul 2007 21:10:22 +0000 (21:10 +0000)]
mkshort: Touch the real conflict counter.
oliskoli [Sat, 14 Jul 2007 21:07:59 +0000 (21:07 +0000)]
Improve support for Garmin address fields.
oliskoli [Sat, 14 Jul 2007 21:07:29 +0000 (21:07 +0000)]
unicsv: Improve support for Garmin address fields.
oliskoli [Sat, 14 Jul 2007 21:07:08 +0000 (21:07 +0000)]
testo: Improve support for Garmin address fields.
oliskoli [Sat, 14 Jul 2007 21:06:37 +0000 (21:06 +0000)]
gpx: Improve support for Garmin address fields.
oliskoli [Sat, 14 Jul 2007 21:06:14 +0000 (21:06 +0000)]
gdb: Improve support for Garmin address fields.
oliskoli [Sat, 14 Jul 2007 21:05:45 +0000 (21:05 +0000)]
garmin_txt: Improve support for Garmin address fields.
oliskoli [Sat, 14 Jul 2007 21:05:23 +0000 (21:05 +0000)]
garmin_gpi: Improve support for Garmin address fields.
oliskoli [Sat, 14 Jul 2007 21:04:38 +0000 (21:04 +0000)]
garmin_fs: Improve support for Garmin address fields.
oliskoli [Sat, 14 Jul 2007 21:00:46 +0000 (21:00 +0000)]
Improve support for Garmin address fields.
oliskoli [Thu, 12 Jul 2007 22:02:58 +0000 (22:02 +0000)]
Add my (oliskoli) Garmin Zumo 500 to mass storage devices.
oliskoli [Thu, 12 Jul 2007 19:27:51 +0000 (19:27 +0000)]
Don't crash on command lines without file/device name "... -i gdb -f".
robertl [Wed, 11 Jul 2007 23:57:38 +0000 (23:57 +0000)]
Bump version to 1.3.4-beta20070711 for release.
parkrrrr [Wed, 11 Jul 2007 18:40:02 +0000 (18:40 +0000)]
Fix new breakage from a URL that includes &blah parameters. This is not a
general-purpose fix, but it'll do until they break it again.
oliskoli [Mon, 9 Jul 2007 19:50:47 +0000 (19:50 +0000)]
Remove shortname from fixed columns.
robertl [Mon, 9 Jul 2007 19:48:34 +0000 (19:48 +0000)]
Include pathname of ini file in error messages involving those files.
oliskoli [Mon, 9 Jul 2007 19:35:41 +0000 (19:35 +0000)]
alan: Add parameter "b" to open mode. This is necessary for NON-POSIX systems.
oliskoli [Mon, 9 Jul 2007 17:15:51 +0000 (17:15 +0000)]
gbfile: Fix gbfungetc. Thanx to Gabriel Weisz.
robertl [Mon, 9 Jul 2007 16:48:00 +0000 (16:48 +0000)]
Add style tips to README.contrib.
oliskoli [Sun, 8 Jul 2007 19:39:20 +0000 (19:39 +0000)]
geo: Tweak format capabilities.
oliskoli [Sun, 8 Jul 2007 19:35:51 +0000 (19:35 +0000)]
brauniger_iq: Tweak format capabilities.
oliskoli [Sun, 8 Jul 2007 12:35:15 +0000 (12:35 +0000)]
gdb: Fix V3 waypoint final bytes (postal code, phone number and country).
oliskoli [Sat, 7 Jul 2007 21:49:06 +0000 (21:49 +0000)]
gdb: Add possible output of GDB version 3 format.
oliskoli [Sat, 7 Jul 2007 21:30:21 +0000 (21:30 +0000)]
gdb: Fix V3 waypoint final bytes (postal code / phone number).
oliskoli [Sat, 7 Jul 2007 16:19:34 +0000 (16:19 +0000)]
magproto: Increase size of some local buffers.
Fix endless loop (with corrupted data) in mag_dequote.
oliskoli [Fri, 6 Jul 2007 20:51:02 +0000 (20:51 +0000)]
unicsv: Add gps fix to writer. Fix mingw problem with indexed parameters.
robertl [Fri, 6 Jul 2007 03:35:37 +0000 (03:35 +0000)]
Gerhard Olsson starts adding lap support to Garmin protocol layer.
robertl [Fri, 6 Jul 2007 02:03:51 +0000 (02:03 +0000)]
Gerhard Olsson and Robert Lipe add realtime tracking for XCSV and repair KML tracking.
robertl [Thu, 5 Jul 2007 20:01:51 +0000 (20:01 +0000)]
Tweak doc for garmin_gpi.
robertl [Thu, 5 Jul 2007 05:07:50 +0000 (05:07 +0000)]
Minor doc tweaks in use, preface, build. Try to segment Garmin list into
GPX and GPX-not.
robertl [Thu, 5 Jul 2007 01:42:58 +0000 (01:42 +0000)]
Add ISO_TIME_MS to Style formats.
oliskoli [Wed, 4 Jul 2007 21:18:09 +0000 (21:18 +0000)]
Close <para> tags.
oliskoli [Wed, 4 Jul 2007 21:07:28 +0000 (21:07 +0000)]
Re-use unused decode vector with a pointer to a fallback character set.
Very useful for ascii-like character sets. There we don't need to maintain a large
extra (hand-made) conversion table.
oliskoli [Wed, 4 Jul 2007 20:40:45 +0000 (20:40 +0000)]
Extend extra UCS4 to character conversion table.
oliskoli [Wed, 4 Jul 2007 19:05:03 +0000 (19:05 +0000)]
Fill cp1250..cp1257 extra table ("Best Fit" non-ascii codes).
robertl [Wed, 4 Jul 2007 18:11:32 +0000 (18:11 +0000)]
Add TRACK_NAME and ROUTE_NAME to XCSV.
oliskoli [Wed, 4 Jul 2007 18:03:35 +0000 (18:03 +0000)]
Remove format readme's from windows package.
robertl [Tue, 3 Jul 2007 22:07:09 +0000 (22:07 +0000)]
Write header block of zero waypoints even when we have zero waypoints.
robertl [Tue, 3 Jul 2007 18:20:42 +0000 (18:20 +0000)]
Include time range in KML tracks when available.
robertl [Tue, 3 Jul 2007 17:16:37 +0000 (17:16 +0000)]
Commit the glossary work that we started back in March.
robertl [Tue, 3 Jul 2007 16:53:08 +0000 (16:53 +0000)]
Don't write empty folders in KML if we have no tracks or routes.
robertl [Tue, 3 Jul 2007 16:48:15 +0000 (16:48 +0000)]
Document append_positioning flag for NMEA.
robertl [Tue, 3 Jul 2007 16:43:57 +0000 (16:43 +0000)]
Commit the lowranceuser 'writeasicons' option that I actually coded and documented back in March.
robertl [Tue, 3 Jul 2007 16:37:08 +0000 (16:37 +0000)]
Typo fix in gbser_posix.c
robertl [Tue, 3 Jul 2007 04:03:37 +0000 (04:03 +0000)]
Allow stdin on posix gbser filename.
oliskoli [Mon, 2 Jul 2007 19:36:55 +0000 (19:36 +0000)]
Add quotations to unicsv output sample.
oliskoli [Mon, 2 Jul 2007 19:27:12 +0000 (19:27 +0000)]
Upgrade unicsv doc. Extend the list of key words. Add some hints for the writer.
oliskoli [Mon, 2 Jul 2007 19:23:18 +0000 (19:23 +0000)]
Add doc for unicsv options 'datum' and 'grid'.
oliskoli [Mon, 2 Jul 2007 18:30:26 +0000 (18:30 +0000)]
Add doc for option 'location' of raymarine.
oliskoli [Mon, 2 Jul 2007 18:29:00 +0000 (18:29 +0000)]
Add some doc for tomtom_asc and tomtom_itn formats.
oliskoli [Mon, 2 Jul 2007 17:34:36 +0000 (17:34 +0000)]
Change source format for unicsv write test (timezone problem).
robertl [Mon, 2 Jul 2007 03:41:59 +0000 (03:41 +0000)]
Allow geocache placer to be empty in GPX read.
robertl [Mon, 2 Jul 2007 02:06:31 +0000 (02:06 +0000)]
Let route simplifier know if it's working on tracks or routes so it knows which list to remove from.
oliskoli [Fri, 29 Jun 2007 21:01:35 +0000 (21:01 +0000)]
Move function 'strenquote' from unicsv to common utils.
oliskoli [Fri, 29 Jun 2007 21:00:40 +0000 (21:00 +0000)]
unicsv: Quote coordinates using grid with seconds. Move function 'strenquote' to common utils.
oliskoli [Fri, 29 Jun 2007 20:55:25 +0000 (20:55 +0000)]
xmlgeneric: Fix order of 'str_match' parameters.
oliskoli [Thu, 28 Jun 2007 22:39:47 +0000 (22:39 +0000)]
Refresh 'internal_styles.c'.
oliskoli [Thu, 28 Jun 2007 22:37:13 +0000 (22:37 +0000)]
Allow wildcards [*?] in xml tag list.
oliskoli [Thu, 28 Jun 2007 22:34:52 +0000 (22:34 +0000)]
Be more liberal with coordinates outsite of -90..90,-180..180.
oliskoli [Thu, 28 Jun 2007 22:27:43 +0000 (22:27 +0000)]
Try to detect the truth of unknown_alt.
oliskoli [Thu, 28 Jun 2007 22:17:24 +0000 (22:17 +0000)]
Let unicsv write something.
oliskoli [Thu, 28 Jun 2007 22:12:45 +0000 (22:12 +0000)]
Add field separator to "pretty_deg_format".
parkrrrr [Tue, 26 Jun 2007 13:10:48 +0000 (13:10 +0000)]
6/26/07 google breakage; they accidentally dropped a </tr>
robertl [Sun, 24 Jun 2007 22:21:38 +0000 (22:21 +0000)]
Break up introductory sentence a bit.
robertl [Sun, 24 Jun 2007 22:15:29 +0000 (22:15 +0000)]
Change WBT doc to backup tracks before erasing unit.
robertl [Thu, 21 Jun 2007 18:40:16 +0000 (18:40 +0000)]
After confirming with Garmin that these should Just Work, I'm adding:
Nuvi 600
Nuvi 650
Nuvi 650FM
Nuvi 200
Nuvi 250
Nuvi 270
Rhino 520HCx
Rhino 530HCx
eTrex Vista HCx,
eTrex Legend HCx,
eTrex Summit HC,
eTrex Venture HC
eTrex H
Nuvi 200W
Nuvi 250W
parkrrrr [Tue, 19 Jun 2007 13:06:21 +0000 (13:06 +0000)]
Google makes arbitrary changes to Maps output again.
oliskoli [Mon, 18 Jun 2007 20:14:47 +0000 (20:14 +0000)]
igc: Stop writing when more than 99 points in task route.
oliskoli [Mon, 18 Jun 2007 20:03:43 +0000 (20:03 +0000)]
ozi: Use macros for "flagged" waypoint fields.
oliskoli [Mon, 18 Jun 2007 19:59:56 +0000 (19:59 +0000)]
garmin_fs: Use macros for "flagged" waypoint fields.
oliskoli [Mon, 18 Jun 2007 18:20:43 +0000 (18:20 +0000)]
nmea: Tweak some forgotten "flagged" waypoint fields.
oliskoli [Mon, 18 Jun 2007 18:10:13 +0000 (18:10 +0000)]
gdb: Add comment to revision history.
oliskoli [Mon, 18 Jun 2007 18:08:52 +0000 (18:08 +0000)]
gdb: Tweak some forgotten "flagged" fields.
oliskoli [Tue, 12 Jun 2007 20:36:48 +0000 (20:36 +0000)]
xcsv: Initialize option 'datum' with default value (WGS 84).
oliskoli [Tue, 12 Jun 2007 18:42:58 +0000 (18:42 +0000)]
xmlgeneric: Finalize gbfile membership.
oliskoli [Fri, 8 Jun 2007 21:25:02 +0000 (21:25 +0000)]
stmsdf: Add basic "synthesize_shortnames" support.
oliskoli [Fri, 8 Jun 2007 21:24:31 +0000 (21:24 +0000)]
stmwpp: Add basic "synthesize_shortnames" support.
oliskoli [Thu, 7 Jun 2007 22:35:00 +0000 (22:35 +0000)]
stmwpp: Fix ZERO-trimming code in stmwpp_write_double.
oliskoli [Thu, 7 Jun 2007 20:21:09 +0000 (20:21 +0000)]
Add some new files to project.
oliskoli [Thu, 7 Jun 2007 20:19:18 +0000 (20:19 +0000)]
garmin_gpi: Remove errors and warnings in MSVC.
oliskoli [Thu, 7 Jun 2007 18:54:50 +0000 (18:54 +0000)]
Add Sprok Bence (hungarian translations) to authors.
oliskoli [Thu, 7 Jun 2007 18:36:30 +0000 (18:36 +0000)]
Hungarian translation finished. Thanx to Sprok Bence.
oliskoli [Thu, 7 Jun 2007 18:26:16 +0000 (18:26 +0000)]
Hungarian translation finished. Thanx to Sprok Bence.
oliskoli [Wed, 6 Jun 2007 22:36:32 +0000 (22:36 +0000)]
Welcome "navicache" in the world of gbfile.
oliskoli [Wed, 6 Jun 2007 22:34:47 +0000 (22:34 +0000)]
Welcome "html" in the world of gbfile.
robertl [Wed, 6 Jun 2007 20:04:18 +0000 (20:04 +0000)]
Read GISTeq's mangled NMEA.
oliskoli [Tue, 5 Jun 2007 20:54:40 +0000 (20:54 +0000)]
Adjust time struct before mkgmtime/mktime when date/time buffer doesn't have a date.
robertl [Sun, 3 Jun 2007 02:15:16 +0000 (02:15 +0000)]
Nuke clever override for Garmin geocache icons since they're interfering with
real garmin geocache icons.
oliskoli [Sat, 2 Jun 2007 21:29:52 +0000 (21:29 +0000)]
garmin_gpi: Avoid problems with system time during leaktest.
oliskoli [Sat, 2 Jun 2007 21:00:37 +0000 (21:00 +0000)]
Remove depth from garmin special data.
oliskoli [Sat, 2 Jun 2007 20:24:53 +0000 (20:24 +0000)]
Say "Goodbye" to unknown_course and unknown_speed.
oliskoli [Sat, 2 Jun 2007 19:21:27 +0000 (19:21 +0000)]
Add additional sequence (with binary compare) for garmin_gpi.
oliskoli [Sat, 2 Jun 2007 18:33:20 +0000 (18:33 +0000)]
garmin_gpi: Split bounds with a new method.
oliskoli [Sat, 2 Jun 2007 18:31:07 +0000 (18:31 +0000)]
unicsv: Add possible fields 'x' (longitude) and 'y' (latitude).
robertl [Fri, 1 Jun 2007 21:22:34 +0000 (21:22 +0000)]
Track geocache placer ID on read from GPX/PQs.